Adwaita: remove last child border on backdrop column headers
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 6 Nov 2014 16:21:50 +0000 (17:21 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 6 Nov 2014 16:21:50 +0000 (17:21 +0100)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index d367684f4b948e24b6d47c37ba7e989c195309fd..47b993a6a89b2a3c84ebaf5cfd4eabfdb2fc6407 100644 (file)
@@ -1464,7 +1464,9 @@ column-header {
     }
   }
   &:last-child .button,
-  &:last-child.button { //treeview-like derived widgets in Banshee and Evolution
+  &:last-child .button:backdrop, // set :backdrop too or the border will be visibile there
+  &:last-child.button,
+  &:last-child.button:backdrop { //treeview-like derived widgets in Banshee and Evolution
     border-right-style: none;
   }
 }
index a31a443df1a8f621f65fa474bfc2a3a821403237..c060f65fbf412f032810c7818c45e9dee87fe52f 100644 (file)
@@ -1989,8 +1989,8 @@ column-header .titlebar .button.titlebutton,
     transition: none; }
 column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton,
 column-header:last-child .titlebar .button.titlebutton,
-.titlebar column-header:last-child .button.titlebutton, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child,
-.titlebar column-header.button.titlebutton:last-child {
+.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child,
+.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop {
   border-right-style: none; }
 
 column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton,
index f9eca09ea9d77cda0ccc52e7598f4343e22058de..24b551ac23614b5cb040c8ce5037c1b4b0aac7fc 100644 (file)
@@ -1986,8 +1986,8 @@ column-header .titlebar .button.titlebutton,
     transition: none; }
 column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar column-header:last-child .button.titlebutton,
 column-header:last-child .titlebar .button.titlebutton,
-.titlebar column-header:last-child .button.titlebutton, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child,
-.titlebar column-header.button.titlebutton:last-child {
+.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop, column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child,
+.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop {
   border-right-style: none; }
 
 column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton, .header-bar column-header .dnd.button.titlebutton,